Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(deps/fix/types): upgrade rollup & fix event type issues #544

Merged
merged 1 commit into from
Mar 9, 2020

Conversation

agilgur5
Copy link
Collaborator

@agilgur5 agilgur5 commented Mar 6, 2020

  • if TSDX were installed directly from git, the prepare script would
    for some reason fail on these events

    • but they wouldn't error when run internally
      • when Rollup was upgraded, then they started erroring
  • also remove the unnecessary await in front of watch

So this fixes, partially, #512 's issue with the prepare script erroring out.
The event type issues might be related to @types/node changes like mentioned in #542, but idk, I didn't investigate remotely.

Also supersedes #295 and #317, which were probably failing due to the old missing .d.ts errors that were fixed with #504

- if TSDX were installed directly from git, the `prepare` script would
  for some reason fail on these events
  - but they wouldn't error when run internally
    - when Rollup was upgraded, then they started erroring

- also remove the unnecessary await in front of watch
@agilgur5 agilgur5 merged commit edd8045 into jaredpalmer:master Mar 9, 2020
paul-vd pushed a commit to EezyQuote/tsdx that referenced this pull request Dec 1, 2020
…#544)

- if TSDX were installed directly from git, the `prepare` script would
  for some reason fail on these events
  - but they wouldn't error when run internally
    - when Rollup was upgraded, then they started erroring

- also remove the unnecessary await in front of watch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant